pageRanges

public abstract T pageRanges(Set<PageRange> pageRanges)
public abstract T pageRanges(Array<PageRange> pageRanges)

Configures the page ranges to print.

Return

this instance

Parameters

pageRanges

the new page ranges

Throws

if the current printing operation has been completed


public abstract Set<PageRange> pageRanges()

Returns an immutable set containing the page ranges to print.

Throws

if the current printing operation has been completed